Contribution org.nuxeo.theme.webengine--standalone-filters
In component org.nuxeo.theme.webengine
org.nuxeo.theme.webengine
inside nuxeo-theme-webengine-6.0.jar
This contribution is part of XML component Extension Point
Extension point standalone-filters of component ThemeService.Contributed Items
XML Source
<extension point="standalone-filters" target="org.nuxeo.theme.services.ThemeService">
<standalone-filter name="write fragment tag" template-engine="freemarker">
<class>
org.nuxeo.theme.webengine.fm.filters.standalone.FragmentTag
</class>
</standalone-filter>
<standalone-filter name="control fragment visibility" template-engine="freemarker">
<class>
org.nuxeo.theme.html.filters.standalone.FragmentVisibility
</class>
</standalone-filter>
<standalone-filter name="set element name" template-engine="freemarker">
<class>
org.nuxeo.theme.html.filters.standalone.ElementName
</class>
</standalone-filter>
</extension>